IntroductionThe Device-mapper is a component of the linux kernel (since version 2.6) that supports logical volume management. It is required by LVM2 and EVMS. The original LVM (included in stock 2.4 kernels) does not use it. If you intend to use Device-mapper, as well as including it in your kernel, you should install the userspace configuration tool (dmsetup) and library (libdevmapper). The encryption target (dm-crypt) has its own web page at http://www.saout.de/misc/dm-crypt/. Multipath tools are available from ftp://sourceware.org/pub/dm/multipath-tools with documentation at http://christophe.varoqui.free.fr/. ReleasesThe userspace code (dmsetup and libdevmapper) is now maintained alongside the LVM2 source available
from
http://sourceware.org/lvm2/.
To build / install it without LVM2 use 'make device-mapper' / 'make install_device-mapper'.
Kernel patches under discussion are captured by patchwork from the dm-devel mailing list and
stored at
http://patchwork.kernel.org/project/dm-devel/list/?state=*.
Old kernel source code patches for 2.4 and 2.6 kernels are still available from http://sourceware.org/dm/patches.html. Old source code tarballs of the userspace tool and library
are still available from
ftp://sourceware.org/pub/dm/.
Mailing lists
dm-devel
is the mailing list for any device-mapper-related questions and discussion.
Whenever the development source code repository is updated,
email is sent to the dm-cvs mailing list.
This list is run using ezmlm.
The encryption target has its own mailing list archived
at http://news.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt.
Source codeTo access the old source code repository using CVS:
There is a web interface to CVS at http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/?cvsroot=dm. Multipath Bug Reporting
As well as using the dm-devel mailing list, we are using bugzilla.redhat.com to record multipath bugs and feature requests.
DocumentationThere are README, INSTALL, WHATS_NEW_DM libdevmapper.h and dmsetup man page in the LVM2 source package. The LVM HOWTO is at
http://www.tldp.org/HOWTO/LVM-HOWTO/index.html.
IRCChannel #device-mapper on Libera.Chat Related projects
LVM2:
http://sourceware.org/lvm2/
|